/*------------------------------------------------------------------
[Tamplete of contents]
1.  Basic
2.  Body
3.  Navbar
4.  main title
5.  slider
6.  services
7.  features
8.  portfolio
9.  counters
10. testimonials
11. team
12. newsletter
13. PricingTable
14. blog
15. client
16. contact us
17. Scroll to top
18. Loading page
/*------------------------------------------------------------------
/*------------------------------------------------------------------
# [Color codes]
$white: #fff;
$black: #333;
$grayLigth: #e5e5e5;
$gray: #666666;
/*------------------------------------------------------------------
------------------------------------------------------------------*/
/********************************/
/*       bases   */
/********************************/
.padding-100 {
  padding-top: 100px; }

.margin-100 {
  margin-top: 100px; }

.no-padding {
  padding: 0; }

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden !important;
  overflow-y: hidden; }

p {
  padding-right: 30px;
  font-family: 'Open Sans', sans-serif !important;
  color: #999;
  line-height: 1.7;
  font-size: 15px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif !important; }

a, button, .btn {
  font-family: 'Open Sans', sans-serif !important; }

a, a:hover, a:focus, .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  text-decoration: none;
  outline: none; }

img {
  max-width: 100%; }

/********************************/
/*       navbar    */
/********************************/
/*sub navbar top*/
.sub-navTop {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  padding: 5px 0;
  height: 38px;
  overflow: hidden;
  position: relative; }
  .sub-navTop a {
    color: #fff;
    text-decoration: none; }
  .sub-navTop .social ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
    .sub-navTop .social ul li {
      margin: 0 12px;
      color: #fff; }
  .sub-navTop .contact a {
    margin: 0 10px;
    font-size: 14px; }
  .sub-navTop .contact i {
    height: 26px;
    width: 26px;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 8px -9px 0;
    background: #fff;
    color: #2e343c;
    border-radius: 2px;
    text-align: center; }

/*main navbar*/
.navbar {
  z-index: 3;
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  height: 70px;
  top: auto;
  background: none;
  box-shadow: 0px 10px 10px -7px #103754; }
  .navbar .navbar-toggler {
    float: right;
    top: 18px;
    position: relative; }
  .navbar .navbar-brand {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: auto;
    height: 70px;
    margin: 0;
    padding: 2px;
    position: relative; }
    .navbar .navbar-brand img {
      width: auto;
      height: 100%; }
      .navbar .navbar-brand img.logo-base {
        display: none; }
  .navbar .navbar-nav {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin: 10px 0; }
    .navbar .navbar-nav li {
      cursor: pointer; }
      .navbar .navbar-nav li a {
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #fff;
        background: none !important; }
    .navbar .navbar-nav li:last-of-type a {
      margin-right: 0; }

/*resize navbar */
.resize.navbar {
  height: 60px;
  background: #fff;
  box-shadow: 0 0 9px 1px rgba(51, 51, 51, 0.36);
  top: 0; }
  .resize.navbar .navbar-nav {
    margin: 8px 0; }
  .resize.navbar .navbar-brand {
    width: auto;
    height: 60px;
    padding: 4px; }
    .resize.navbar .navbar-brand .logo-white {
      display: none; }
    .resize.navbar .navbar-brand .logo-base {
      display: block; }
  .resize.navbar a {
    color: #333 !important;
    padding: 10px 10px;
    letter-spacing: 0; }

/********************************/
/*choose demo page*/
/********************************/
.choose-demo .header {
  background: url("../images/background/2.jpg") fixed center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  min-height: 400px;
  position: relative; }
  .choose-demo .header .overlay {
    background: rgba(16, 55, 84, 0.8);
    opacity: 1 !important;
    padding: 100px 0;
    height: 100%; }
  .choose-demo .header p {
    background: #103754;
    color: #fff !important;
    width: 300px;
    margin: auto;
    font-size: 14px;
    margin-top: 20px; }
  .choose-demo .header img {
    width: auto; }
.choose-demo .overlay {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0; }
  .choose-demo .overlay a {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    background: #103754;
    color: #fff;
    height: 35px;
    width: 120px;
    display: block;
    padding: 4px 0;
    margin: 135px auto; }
    .choose-demo .overlay a:hover {
      background: #103754; }
.choose-demo .img {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
  width: 100%; }
.choose-demo .single {
  background-color: #fff;
  cursor: pointer;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 7px 4px #ddd;
  padding: 20px; }
  .choose-demo .single:hover .overlay {
    opacity: 1; }
  .choose-demo .single h4 {
    padding: 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #103754; }
.choose-demo .copyright {
  background: #103754 !important; }
  .choose-demo .copyright span {
    color: #fff !important; }
.choose-demo h2.blog {
  text-align: center;
  border: 4px double #ddd;
  padding: 20px;
  margin: 20px 0;
  text-transform: uppercase;
  font-weight: bold;
  color: #103754; }

/*main title*/
.title {
  text-align: center; }
  .title h2 {
    font-size: 40px;
    font-weight: bolder;
    text-transform: uppercase;
    position: relative;
    left: 16px;
    color: #103754;
    margin-bottom: 30px; }
    .title h2:before {
      content: '';
      position: absolute;
      width: 7%;
      height: 2px;
      left: 45%;
      bottom: 0;
      top: 52px; }
    .title h2:after {
      content: '';
      background: #103754;
      position: absolute;
      width: 7%;
      height: 2px;
      right: 51%;
      bottom: 0;
      top: 48px; }
  .title p {
    text-align: center;
    margin: auto auto 60px;
    padding: 0;
    max-width: 70%; }

.btn {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  line-height: 1.7;
  margin: 0 10px;
  width: 190px;
  height: 50px;
  border-radius: 0;
  color: #fff !important;
  border: 0;
  overflow: hidden;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  text-transform: capitalize; }
  .btn.hvr-bounce-to-bottom:before {
    background: rgba(255, 255, 255, 0.13); }

.btn-small {
  line-height: 1.2;
  width: 145px;
  height: 40px;
  margin: 0; }

.background-gray {
  background: #f9f9f9; }
  .background-gray .title p {
    color: #333 !important; }

/********************************/
/*        slider    */
/********************************/
.slider {
  overflow: hidden; }
  .slider:focus, .slider:hover {
    cursor: w-resize; }
  .slider .item {
    position: relative;
    height: 700px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .slider .item .overlay {
      background: rgba(16, 55, 84, 0.8); }
      .slider .item .overlay .caption {
        color: #fff;
        padding: 162px 0; }
        .slider .item .overlay .caption h2 {
          font-size: 60px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 25px;
          width: 60%;
          color: #fff; }
        .slider .item .overlay .caption p {
          font-size: 20px;
          font-weight: normal;
          text-transform: uppercase;
          width: 75%;
          color: #fff;
          padding: 0; }
        .slider .item .overlay .caption .group-btn {
          padding: 20px 0; }
          .slider .item .overlay .caption .group-btn .btn:first-of-type {
            background-color: #103754; }
  .slider .owl-theme .owl-nav.disabled + .owl-dots {
    position: absolute;
    bottom: 100px;
    right: 200px; }
  .slider .owl-theme .owl-dots .owl-dot span {
    width: 80px;
    height: 6px; }

.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/********************************/
/*        parallax-demo    */
/********************************/
.parallax-demo,
.particles-demo,
.video-demo {
  background-attachment: fixed;
  height: 600px;
  overflow: hidden; }
  .parallax-demo .overlay,
  .particles-demo .overlay,
  .video-demo .overlay {
    position: relative;
    background: rgba(16, 55, 84, 0.8);
    height: 100%; }
  .parallax-demo .intro,
  .particles-demo .intro,
  .video-demo .intro {
    color: #fff;
    padding: 162px 0;
    text-align: center; }
    .parallax-demo .intro h2,
    .particles-demo .intro h2,
    .video-demo .intro h2 {
      font-size: 60px;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 25px;
      color: #fff; }
    .parallax-demo .intro p,
    .particles-demo .intro p,
    .video-demo .intro p {
      font-size: 20px;
      font-weight: normal;
      text-transform: uppercase;
      color: #fff;
      padding: 0; }
    .parallax-demo .intro .group-btn,
    .particles-demo .intro .group-btn,
    .video-demo .intro .group-btn {
      padding: 20px 0; }
      .parallax-demo .intro .group-btn .btn:first-of-type,
      .particles-demo .intro .group-btn .btn:first-of-type,
      .video-demo .intro .group-btn .btn:first-of-type {
        background-color: #103754; }

.video-demo {
  position: relative; }
  .video-demo #my-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%); }

/********************************/
/*  services  */
/********************************/
.services .service {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  padding: 20px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
  -moz-box-shadow: 0 0 2px 2px #eee;
  -webkit-box-shadow: 0 0 2px 2px #eee;
  box-shadow: 0 0 2px 2px #eee; }
  .services .service .icon {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    margin-bottom: 20px;
    background: #103754;
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.6;
    display: inline-block; }
  .services .service .detalies p {
    font-size: 13px;
    line-height: 1.6; }
  .services .service .detalies a {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    overflow: hidden;
    font-weight: bold;
    display: flex;
    justify-content: flex-end; }
    .services .service .detalies a i {
      margin-left: 5px;
      margin-top: 5px; }
  .services .service:hover {
    -moz-box-shadow: 0 0 10px 3px #e8e8e8;
    -webkit-box-shadow: 0 0 10px 3px #e8e8e8;
    box-shadow: 0 0 10px 3px #e8e8e8;
    border: 0; }
    .services .service:hover .detalies a {
      padding-right: 10px; }

/********************************/
/*  features  */
/********************************/
.features {
  height: 400px;
  overflow: hidden; }
  .features .feature,
  .features img {
    min-height: 400px; }
  .features img {
    width: 100%; }
  .features .feature {
    background: #103754;
    padding: 40px; }
    .features .feature .title {
      text-align: left; }
      .features .feature .title h2 {
        color: #fff;
        font-size: 35px;
        line-height: 45px;
        text-transform: capitalize; }
        .features .feature .title h2:before {
          left: 15px; }
        .features .feature .title h2:after {
          right: 93%;
          background: white; }
    .features .feature .description {
      color: #f2f2f2;
      font-size: 13px;
      margin-bottom: 25px;
      text-align: left;
      max-width: 100%; }
    .features .feature ul {
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      .features .feature ul li {
        font-family: 'Open Sans', sans-serif !important;
        padding: 10px 0;
        color: #fff;
        width: 50%;
        font-size: 14px; }
        .features .feature ul li i {
          margin-right: 10px; }

/********************************/
/*        portfolio */
/********************************/
.portfolio {
  overflow: hidden; }
  .portfolio .portfolio-filter {
    margin-bottom: 60px; }
    .portfolio .portfolio-filter ul {
      display: flex;
      justify-content: center; }
      .portfolio .portfolio-filter ul li {
        width: 150px;
        height: 44px;
        overflow: hidden;
        position: relative;
        text-align: center;
        margin: 0 3px;
        padding: 8px;
        color: #103754;
        font-size: 13px;
        font-weight: bold;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif !important;
        line-height: 2;
        letter-spacing: 2px;
        cursor: pointer; }
        .portfolio .portfolio-filter ul li:after {
          -webkit-transition: all .4s ease-in-out 0s;
          -moz-transition: all .4s ease-in-out 0s;
          -o-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s;
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          right: 0;
          left: -150px;
          top: 0; }
        .portfolio .portfolio-filter ul li:before {
          -webkit-transition: all .4s ease-in-out 0s;
          -moz-transition: all .4s ease-in-out 0s;
          -o-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s;
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background: #103754;
          right: 0;
          left: 150px;
          bottom: 0; }
        .portfolio .portfolio-filter ul li:hover:after, .portfolio .portfolio-filter ul li:hover:before {
          left: 0; }
      .portfolio .portfolio-filter ul .selected:after, .portfolio .portfolio-filter ul .selected:before {
        left: 0; }
  .portfolio .portfolio-masonry .grid-item {
    width: 33%;
    padding: 20px 15px; }
  .portfolio .portfolio-masonry .portfolio-item {
    cursor: pointer; }
    .portfolio .portfolio-masonry .portfolio-item .img {
      position: relative;
      overflow: hidden; }
      .portfolio .portfolio-masonry .portfolio-item .img .img-overlay {
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        background: rgba(16, 55, 84, 0.8);
        position: absolute;
        width: 90%;
        height: 90%;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        opacity: 0; }
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay h3,
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay p {
          color: #fff; }
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay p {
          font-size: 14px;
          padding: 0; }
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay span {
          width: 30px;
          height: 2px;
          display: block;
          margin: 8px auto;
          text-align: center; }
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay a {
          color: #fff; }
        .portfolio .portfolio-masonry .portfolio-item .img .img-overlay .animation {
          text-align: center;
          padding: 10px 0;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          height: 130px;
          margin: auto;
          position: absolute;
          -webkit-transition: all .4s ease-in-out 0s;
          -moz-transition: all .4s ease-in-out 0s;
          -o-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s;
          transform: scale(0.2);
          -webkit-transform: scale(0.2);
          -moz-transform: scale(0.2);
          -o-transform: scale(0.2); }
          .portfolio .portfolio-masonry .portfolio-item .img .img-overlay .animation .img-link {
            height: 40px;
            width: 40px;
            display: block;
            margin: auto;
            font-size: 18px;
            border-radius: 50%;
            margin-bottom: 20px;
            padding: 7px 0; }
    .portfolio .portfolio-masonry .portfolio-item img {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s; }
    .portfolio .portfolio-masonry .portfolio-item .portfolio-title {
      background: #fff;
      padding: 20px;
      text-align: center;
      height: 100px;
      border: 1px solid #e0e0e0;
      border-top: 0;
      position: relative; }
      .portfolio .portfolio-masonry .portfolio-item .portfolio-title h3 {
        padding: 20px 0;
        margin: 0 auto; }
        .portfolio .portfolio-masonry .portfolio-item .portfolio-title h3 i {
          margin-right: 5px;
          font-size: 20px; }
    .portfolio .portfolio-masonry .portfolio-item:hover .img-overlay {
      opacity: 1; }
      .portfolio .portfolio-masonry .portfolio-item:hover .img-overlay .animation {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1); }
    .portfolio .portfolio-masonry .portfolio-item:hover img {
      transform: -moz-scale(1.3);
      transform: -webkit-scale(1.3);
      transform: scale(1.3); }

/********************************/
/*  counters  */
/********************************/
.counters {
  text-align: center;
  background: url("../images/background/5.jpg") fixed no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .counters .overlay {
    position: relative;
    background: rgba(16, 55, 84, 0.8);
    padding: 5% 0; }
  .counters h2 {
    position: relative;
    font-size: 45px;
    font-weight: bold; }
    .counters h2:after {
      content: '';
      position: absolute;
      width: 30px;
      height: 2px;
      bottom: -4px;
      right: 44%; }
  .counters .counter-title,
  .counters h2 {
    color: #fff; }
  .counters .counter-title {
    font-size: 15px;
    margin-bottom: 20px; }

/********************************/
/*        testimonials  */
/********************************/
.client-testimonials {
  height: auto;
  padding-bottom: 100px; }
  .client-testimonials .name-testimonials {
    width: auto; }
  .client-testimonials .name-testimonials p {
    color: #103754 !important; }
  .client-testimonials .text {
    background: #fff;
    padding: 25px 28px 25px 46px;
    border-radius: 1px;
    -o-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    box-shadow: 0 2px 3px rgba(40, 40, 40, 0.06);
    position: relative;
    z-index: 0; }
    .client-testimonials .text p {
      padding: 0; }
    .client-testimonials .text i {
      color: rgba(105, 114, 135, 0.73);
      position: absolute;
      left: 16px; }
  .client-testimonials .comment {
    cursor: w-resize; }
    .client-testimonials .comment .testi {
      position: relative;
      z-index: 1;
      margin-top: 12px;
      margin-bottom: 30px;
      margin-right: 50px; }
      .client-testimonials .comment .testi:after {
        content: '';
        position: absolute;
        width: 93%;
        height: 100%;
        border: 4px solid #f1f1f1;
        bottom: 13px;
        left: 44px;
        z-index: -1;
        bottom: 10px;
        left: 30px;
        border: 2px solid #103754; }
  .client-testimonials .media img {
    width: 55px;
    height: 55px;
    border-radius: 50px; }
  .client-testimonials .media .name-testimonials h4 {
    margin-bottom: 0; }
  .client-testimonials .media .name-testimonials p {
    color: #fff; }
  .client-testimonials .owl-dots .owl-dot span {
    width: 45px;
    height: 2px; }

/********************************/
/*        team */
/********************************/
.team .team-member {
  cursor: pointer;
  overflow: hidden; }
  .team .team-member .img {
    background: #f2f2f2;
    padding: 20px 20px 0; }
    .team .team-member .img img {
      -moz-filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .team .team-member .team-details {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    background: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-top: 0; }
    .team .team-member .team-details h3 {
      font-weight: bold; }
    .team .team-member .team-details ul {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      position: absolute;
      top: -20px;
      display: flex;
      overflow: hidden; }
      .team .team-member .team-details ul li {
        margin: 0 20px 0 0; }
        .team .team-member .team-details ul li a {
          -webkit-transition: all .4s ease-in-out 0s;
          -moz-transition: all .4s ease-in-out 0s;
          -o-transition: all .4s ease-in-out 0s;
          transition: all .4s ease-in-out 0s;
          color: #103754;
          background: #fff;
          height: 36px;
          width: 36px;
          display: block;
          text-align: center;
          padding: 6px 0;
          position: relative;
          transform: translateY(36px); }
        .team .team-member .team-details ul li:nth-of-type(1) a {
          transition-delay: 0s; }
        .team .team-member .team-details ul li:nth-of-type(2) a {
          transition-delay: 0.1s; }
        .team .team-member .team-details ul li:nth-of-type(3) a {
          transition-delay: 0.2s; }
  .team .team-member:hover img {
    -moz-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }
  .team .team-member:hover .team-details {
    background: #103754;
    border: 0; }
    .team .team-member:hover .team-details h3,
    .team .team-member:hover .team-details p {
      color: #fff; }
    .team .team-member:hover .team-details ul li a {
      transform: translateY(0px); }

/********************************/
/*        newsletter */
/********************************/
.newsletter {
  background: url("../images/background/newsletter.png") fixed no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: initial !important;
  position: relative; }
  .newsletter .overlay {
    background: rgba(16, 55, 84, 0.8);
    padding: 100px 0;
    position: relative; }
  .newsletter .newslette-title h2 {
    text-transform: capitalize; }
  .newsletter .newslette-title h2,
  .newsletter .newslette-title p {
    color: #fff;
    text-align: left; }
  .newsletter .input-group {
    margin-top: 35px; }
    .newsletter .input-group .form-control {
      height: 50px;
      border: 0;
      border-radius: 4px 0 0 4px;
      padding: 0 30px; }
    .newsletter .input-group .btn {
      border-radius: 0 4px 4px 0;
      height: 50px; }
      .newsletter .input-group .btn:before {
        left: 15px; }

/********************************/
/* pricing */
/********************************/
.PricingTable {
  padding-bottom: 100px; }
  .PricingTable .table {
    background: #fff;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    moz-box-shadow: 0 0 10px 0 #ddd;
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    box-shadow: 0 0 10px 0 #ddd;
    border: 1px solid #ddd; }
    .PricingTable .table .head {
      padding: 25px 25px 5px;
      position: relative;
      overflow: hidden;
      text-align: center;
      background: #103754;
      color: #fff;
      border-radius: 3px 3px 0 0;
      border: 1px solid transparent; }
      .PricingTable .table .head .pricing-title {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .PricingTable .table .head h3 {
        font-family: 'Open Sans', sans-serif !important;
        font-size: 50px;
        margin: 20px 0;
        position: relative; }
        .PricingTable .table .head h3 .currency {
          position: relative;
          top: -30px;
          margin: 0 -10px 0 0;
          font-size: 20px;
          font-weight: 400; }
      .PricingTable .table .head p {
        color: rgba(255, 255, 255, 0.56);
        padding: 0;
        line-height: 1.4;
        margin-bottom: 20px; }
    .PricingTable .table ul {
      margin: 0; }
      .PricingTable .table ul li {
        margin: 0;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif !important;
        font-weight: 600;
        padding: 12px 25px;
        text-transform: capitalize;
        color: #103754;
        border-bottom: 1px dotted #d6dfdf; }
        .PricingTable .table ul li:last-of-type {
          border-bottom: 0; }
    .PricingTable .table .order-now {
      background: #f8fafa;
      text-align: center;
      padding: 25px 5px; }
      .PricingTable .table .order-now .btn {
        border-radius: 4px;
        margin: 0;
        width: 170px;
        height: 42px;
        font-size: 18px;
        -moz-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
        -webkit-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
        box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24); }
        .PricingTable .table .order-now .btn.hvr-bounce-to-bottom:before {
          background: #103754; }

/********************************/
/*  blog  */
/********************************/
.blog .card {
  margin-top: 20px;
  border: 0;
  -o-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
  -moz-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
  -webkit-box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13);
  box-shadow: 0 2px 3px rgba(40, 40, 40, 0.13); }
  .blog .card .card-block {
    padding: 26px 28px 40px;
    border-top: 0; }
    .blog .card .card-block ul {
      display: flex; }
      .blog .card .card-block ul li {
        color: #103754;
        font-size: 12px;
        margin-right: 15px; }
        .blog .card .card-block ul li i {
          margin-right: 2px; }
    .blog .card .card-block h3 {
      text-transform: capitalize; }
    .blog .card .card-block p {
      padding: 0; }
    .blog .card .card-block a {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      color: #103754;
      text-transform: capitalize;
      display: flex;
      justify-content: flex-end;
      overflow: hidden;
      font-weight: bold; }
      .blog .card .card-block a i {
        margin-left: 5px;
        margin-top: 5px; }
      .blog .card .card-block a:hover {
        padding-right: 10px; }

/********************************/
/*  client  */
/********************************/
.client {
  padding: 30px 0; }
  .client .clients {
    cursor: w-resize; }
  .client .owl-dots .owl-dot {
    display: none; }
  .client img {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: auto !important;
    margin: auto;
    cursor: pointer;
    opacity: 0.3; }
    .client img:hover {
      opacity: 1; }

/********************************/
/*  contact us  */
/********************************/
.contact-us {
  background: #0b2132;
  overflow: hidden;
  padding: 100px 0; }
  .contact-us .title p {
    color: rgba(255, 255, 255, 0.89); }
  .contact-us .title h2 {
    color: #fff; }
    .contact-us .title h2:after {
      background: #fff; }
  .contact-us .contact-me {
    padding: 40px 30px;
    background: #f2f2f2;
    border-radius: 3px; }
  .contact-us .input-group {
    margin-bottom: 15px;
    border: 0;
    border-radius: 4px; }
  .contact-us .form-control {
    border: 0;
    box-shadow: none !important;
    background: #fff;
    height: 50px;
    padding: 12px; }
  .contact-us .input-group-addon {
    background: #fff;
    border: none;
    vertical-align: top;
    padding: 16px 12px; }
  .contact-us textarea {
    resize: vertical;
    min-height: 150px; }
  .contact-us .info {
    margin-bottom: 20px; }
    .contact-us .info li {
      margin-bottom: 20px;
      color: #103754;
      font-weight: 600; }
      .contact-us .info li i {
        width: 30px;
        height: 30px;
        color: #fff;
        border-radius: 2px;
        margin-right: 5px;
        text-align: center;
        padding: 8px 0; }
  .contact-us .btn {
    -moz-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
    -webkit-box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
    box-shadow: inset 0 -3px 0 rgba(51, 51, 51, 0.24);
    border-radius: 4px;
    margin: 20px 0 0; }
  .contact-us .social {
    margin-top: 10px; }
    .contact-us .social a {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      display: inline-block;
      width: 40px;
      height: 40px;
      text-align: center;
      padding: 10px;
      color: #fff;
      background: #103754; }

/********************************/
/*  blog page */
/********************************/
.page-title {
  background: url("../images/background/2.jpg") no-repeat fixed bottom;
  position: relative;
  background-attachment: initial;
  min-height: 280px;
  color: #fff; }
  .page-title .overlay {
    background: rgba(16, 55, 84, 0.8);
    position: relative;
    padding: 150px 0; }
  .page-title header {
    text-align: center; }
    .page-title header h2 {
      font-size: 30px;
      text-transform: uppercase; }
    .page-title header span {
      font-size: 35px;
      text-transform: uppercase;
      display: inline-block; }

.blog-page {
  padding-bottom: 100px; }
  .blog-page .img {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
    .blog-page .img img {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      width: 100%; }
    .blog-page .img:hover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .blog-page .overlay {
    background: rgba(0, 0, 0, 0.18);
    position: absolute;
    z-index: 2; }
    .blog-page .overlay span {
      background: #42d9e4;
      color: #fff;
      text-transform: capitalize;
      position: relative;
      left: 30px;
      top: 30px;
      padding: 5px 20px;
      border-radius: 22px; }
  .blog-page .paginations {
    text-align: center;
    margin-top: 70px; }
    .blog-page .paginations a {
      background: #f8f8f8;
      color: #666666;
      border: 0;
      padding: 10px 20px;
      margin-right: 10px;
      margin-bottom: 10px;
      text-transform: uppercase;
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      border-radius: 3px;
      display: inline-block;
      margin: 0 4px; }
    .blog-page .paginations .page-item .page-link:focus,
    .blog-page .paginations .page-item .page-link:hover,
    .blog-page .paginations .page-item.active .page-link {
      background: #103754;
      color: #fff; }
    .blog-page .paginations .page-item.next a i,
    .blog-page .paginations .page-item.prev a i {
      margin: 0 3px; }
  .blog-page .row {
    display: flex;
    flex-wrap: wrap; }
  .blog-page .widget {
    padding: 15px; }
  .blog-page .post_style_2 header {
    text-align: center;
    margin: 20px 0; }
    .blog-page .post_style_2 header h4 {
      font-weight: 600;
      margin-bottom: 18px;
      color: #42d9e4; }
    .blog-page .post_style_2 header ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .blog-page .post_style_2 header ul a {
        color: #666666;
        margin-right: 15px;
        font-size: 13px; }
        .blog-page .post_style_2 header ul a i {
          margin-right: 3px; }
  .blog-page .post_style_2 .text-blog {
    padding: 0 10px;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 0; }
  .blog-page .post_style_2 .single-post {
    padding: 20px;
    border: 4px double #e5e5e5; }
  .blog-page .post_style_2 .btn {
    margin-top: 50px;
    border-radius: 22px;
    width: 170px;
    height: 45px;
    font-size: 18px;
    text-transform: uppercase; }
    .blog-page .post_style_2 .btn:before {
      background: rgba(255, 255, 255, 0.39); }
  .blog-page .right-side .input-group {
    padding: 4px;
    border: 4px double #e5e5e5;
    border-radius: 2px; }
    .blog-page .right-side .input-group .btn-search {
      width: 40px;
      height: 40px;
      border-radius: 0;
      color: #fff;
      background: #42d9e4;
      border: 0;
      overflow: hidden;
      font-size: 15px; }
    .blog-page .right-side .input-group input {
      border: 0;
      box-shadow: none;
      color: #666666; }
  .blog-page .right-side header {
    padding-top: 30px;
    padding-bottom: 15px; }
    .blog-page .right-side header h4 {
      padding: 15px;
      text-align: center;
      border: 4px double #e5e5e5;
      color: #103754;
      font-size: 16px;
      margin: 0;
      letter-spacing: 1px; }
      .blog-page .right-side header h4 i {
        margin-right: 2px; }
  .blog-page .right-side .category ul {
    margin: 0; }
  .blog-page .right-side .category li {
    color: #666666;
    margin-top: 15px; }
    .blog-page .right-side .category li a {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      color: #666666;
      font-size: 13px; }
    .blog-page .right-side .category li span {
      margin-left: 10px; }
    .blog-page .right-side .category li:hover {
      color: #42d9e4; }
      .blog-page .right-side .category li:hover a {
        color: #42d9e4; }
  .blog-page .right-side .tags ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
    .blog-page .right-side .tags ul li {
      margin: 12px 0 12px 10px; }
    .blog-page .right-side .tags ul a {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s;
      background: #f8f8f8;
      color: #666666;
      padding: 10px;
      border-radius: 2px;
      font-size: 13px; }
      .blog-page .right-side .tags ul a:hover {
        background: #103754;
        color: #fff; }
  .blog-page .right-side .latest-posts .media {
    margin-bottom: 20px; }
    .blog-page .right-side .latest-posts .media .media-left {
      width: 100px; }
      .blog-page .right-side .latest-posts .media .media-left a {
        width: 100%;
        height: 100%;
        display: inline-block; }
    .blog-page .right-side .latest-posts .media img {
      -webkit-transition: all .4s ease-in-out 0s;
      -moz-transition: all .4s ease-in-out 0s;
      -o-transition: all .4s ease-in-out 0s;
      transition: all .4s ease-in-out 0s; }
    .blog-page .right-side .latest-posts .media a {
      font-size: 14px;
      font-weight: bolder;
      color: #666666; }
    .blog-page .right-side .latest-posts .media p {
      font-size: 13px;
      color: #666666;
      margin-bottom: 5px; }
    .blog-page .right-side .latest-posts .media:hover img {
      opacity: 0.5; }
  .blog-page .right-side .slideshow {
    padding-bottom: 20px; }
    .blog-page .right-side .slideshow .owl-nav {
      position: absolute;
      bottom: 0;
      top: 0;
      margin: auto 0;
      height: 30px;
      width: 100%; }
      .blog-page .right-side .slideshow .owl-nav .owl-next,
      .blog-page .right-side .slideshow .owl-nav .owl-prev {
        height: 30px;
        width: 30px;
        padding: 4px 0; }
      .blog-page .right-side .slideshow .owl-nav .owl-prev {
        float: left;
        background: #f8f8f8;
        color: #103754; }
      .blog-page .right-side .slideshow .owl-nav .owl-next {
        float: right;
        background: #f8f8f8;
        color: #103754; }

/********************************/
/* single-post-page*/
/********************************/
.single-post-page {
  padding: 15px 30px; }
  .single-post-page .row {
    display: block; }
  .single-post-page .blockquote {
    margin-top: 30px;
    -webkit-box-shadow: 0 0px 10px rgba(40, 40, 40, 0.13);
    box-shadow: 0 0px 10px rgba(40, 40, 40, 0.13);
    border-radius: 4px;
    padding: 0;
    display: flex; }
    .single-post-page .blockquote span {
      width: 300px;
      font-size: 60px;
      color: #e8e8e8;
      padding: 22px 0;
      text-align: center; }
    .single-post-page .blockquote p {
      font-size: 14px;
      padding: 20px;
      margin: 0; }
  .single-post-page .share-post {
    color: #666666;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block; }
    .single-post-page .share-post ul {
      display: flex;
      flex-wrap: wrap; }
      .single-post-page .share-post ul li {
        margin-right: 8px; }
      .single-post-page .share-post ul a {
        -webkit-transition: all .4s ease-in-out 0s;
        -moz-transition: all .4s ease-in-out 0s;
        -o-transition: all .4s ease-in-out 0s;
        transition: all .4s ease-in-out 0s;
        display: inline-block;
        height: 30px;
        width: 30px;
        border-radius: 4px;
        background: #d4d4d4;
        color: #fff;
        text-align: center;
        padding: 4px 0; }
        .single-post-page .share-post ul a:hover {
          background: #103754; }
  .single-post-page .comments {
    margin-top: 40px; }
    .single-post-page .comments h5 {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 40px; }
    .single-post-page .comments .comment .media-body {
      background: #f8f8f8;
      border-radius: 4px;
      padding: 15px; }
    .single-post-page .comments .comment .media-left {
      padding-right: 20px; }
    .single-post-page .comments .comment header {
      display: flex;
      flex-wrap: wrap;
      margin: 0; }
      .single-post-page .comments .comment header h6 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 600; }
      .single-post-page .comments .comment header p {
        color: #666666;
        font-size: 12px;
        margin: 8px 14px;
        padding: 0; }
      .single-post-page .comments .comment header a {
        font-size: 12px;
        margin: 8px 0;
        font-weight: bold; }
    .single-post-page .comments .comment p {
      font-size: 13px;
      color: #666666; }
    .single-post-page .comments img {
      border-radius: 50%; }
    .single-post-page .comments li {
      margin: 20px 0; }
    .single-post-page .comments ul.replay {
      margin-left: 50px; }
    .single-post-page .comments form {
      padding-top: 30px; }
      .single-post-page .comments form input, .single-post-page .comments form textarea {
        padding: 15px 20px;
        background: #f8f8f8;
        border: 0;
        border-radius: 4px;
        width: 100%;
        margin-bottom: 25px;
        outline: none; }
        .single-post-page .comments form input:focus, .single-post-page .comments form textarea:focus {
          border-bottom: 1px solid; }
      .single-post-page .comments form textarea {
        min-height: 200px;
        resize: vertical; }

.fullWidth-plog .widget {
  width: 80%;
  margin: 0  auto; }
  .fullWidth-plog .widget .img {
    max-height: 300px; }
  .fullWidth-plog .widget img {
    text-align: center; }

/********************************/
/*  footer  */
/********************************/
.footer {
  text-align: center;
  background: url("../images/background/1.jpg") no-repeat fixed bottom; }
  .footer .overlay {
    position: relative;
    padding: 100px 0;
    background: rgba(16, 55, 84, 0.8); }
  .footer .footer-logo {
    width: 150px;
    margin: auto; }
  .footer .social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 10px;
    color: #fff; }

.copyright {
  padding: 30px 0;
  background: #fff; }
  .copyright span {
    color: #103754;
    font-size: 13px; }

/********************************/
/*scroll-top*/
/********************************/
#scroll-top {
  -webkit-transition: all .4s ease-in-out 0s;
  -moz-transition: all .4s ease-in-out 0s;
  -o-transition: all .4s ease-in-out 0s;
  transition: all .4s ease-in-out 0s;
  width: 60px;
  height: 60px;
  color: #103754;
  opacity: 0.7;
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 15px;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  display: none; }
  #scroll-top:hover {
    opacity: 1; }

/********************************/
/*      loading-page */
/********************************/
.loading-page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background-color: #103754; }
  .loading-page .loader-inner {
    margin: 400px auto;
    width: 50px;
    text-align: center;
    position: relative; }
  .loading-page .loading-square {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff; }
  .loading-page .loading-container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation: dyinglight 1s ease infinite;
    animation: dyinglight 1s ease infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .loading-page .loading-corner-bottom:after,
  .loading-page .loading-corner-bottom:before,
  .loading-page .loading-corner-top:after,
  .loading-page .loading-corner-top:before {
    position: absolute;
    width: 17px;
    height: 17px;
    color: #fff;
    content: ""; }
  .loading-page .loading-corner-top:before {
    border-left: 1px solid;
    border-top: 1px solid;
    top: -6px;
    left: -6px; }
  .loading-page .loading-corner-top:after {
    border-right: 1px solid;
    border-top: 1px solid;
    top: -6px;
    right: -6px; }
  .loading-page .loading-corner-bottom:before {
    border-left: 1px solid;
    border-bottom: 1px solid;
    bottom: -6px;
    left: -6px; }
  .loading-page .loading-corner-bottom:after {
    border-right: 1px solid;
    border-bottom: 1px solid;
    bottom: -6px;
    right: -6px; }

/*animatin loading*/
@-webkit-keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
@keyframes dyinglight {
  15% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6); }
  50% {
    -webkit-transform: rotate(-89deg);
    transform: rotate(-89deg); }
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
/********************************/
/*      media */
/********************************/
/*small screen*/
@media (max-width: 767px) {
  /*sub-navTop*/
  .sub-navTop {
    height: auto;
    background: #103754;
    background-image: none !important; }
    .sub-navTop .social {
      margin: 20px 0;
      margin-top: 30px;
      margin-bottom: 15px; }
      .sub-navTop .social ul {
        justify-content: flex-start; }
    .sub-navTop .contact a {
      display: block;
      margin-bottom: 10px; }

  /*navbar*/
  .navbar {
    box-shadow: none; }
    .navbar li a {
      color: #103754 !important;
      padding: 8px 10px; }
    .navbar .navbar-brand .logo-white {
      display: none !important; }
    .navbar .navbar-brand .logo-base {
      display: block !important; }
    .navbar .navbar-header {
      background: #fff; }
    .navbar .navbar-toggle {
      background: #103754; }
      .navbar .navbar-toggle .icon-bar {
        background: #fff; }

  .navbar-collapse {
    background: #fff; }

  /*title*/
  .title p {
    max-width: 100%;
    margin-bottom: 30px; }

  /*slide*/
  .slider .item .overlay .caption {
    padding: 100px 20px; }
    .slider .item .overlay .caption p, .slider .item .overlay .caption h2 {
      width: 100%; }
    .slider .item .overlay .caption h2 {
      font-size: 40px; }
    .slider .item .overlay .caption .btn {
      margin: 10px auto; }

  /*features*/
  .features {
    height: auto; }
    .features img {
      display: none; }
    .features ul li {
      width: 100%; }

  /*portfolio*/
  .portfolio .portfolio-filter ul {
    flex-wrap: wrap;
    justify-content: space-between; }
  .portfolio .portfolio-masonry .grid-item {
    width: 100%; }

  /*testimonials*/
  .client-testimonials .comment .testi {
    margin-right: 10px; }

  /*team*/
  .team .team-member {
    margin-bottom: 20px; }

  /*blog*/
  .blog .single-news {
    margin-bottom: 20px; }

  /*contact-us*/
  .contact-us .contact-me {
    padding: 30px 10px; }
  .contact-us .info {
    margin-top: 20px; }

  .copyright span {
    float: none !important; }

  .parallax-demo, .particles-demo, .video-demo {
    height: auto; }

  .parallax-demo .intro, .particles-demo .intr, .particles-demo .intro, .video-demo .intro {
    padding: 144px 0px; }

  .parallax-demo .intro .btn, .particles-demo .intro .btn, .video-demo .intro .btn {
    margin: 10px auto;
    display: block; }

  .parallax-demo .intro h2, .particles-demo .intro h2, .video-demo .intro h2 {
    font-size: 30px; }

  .parallax-demo .intro p, .particles-demo .intro p, .video-demo .intro p {
    font-size: 13px; }

  .particles-demo .overlay {
    margin-top: -106% !important; }

  .blog-page .widget {
    padding: 0;
    margin-bottom: 20px; }

  .blog-page .post_style_2 .single-post {
    padding: 5px; }

  .blog-page {
    padding-bottom: 0px; }

  .fullWidth-plog .widget {
    width: 100%; } }
/*medium screen*/
@media (min-width: 767px) and (max-width: 991px) {
  /*basic*/
  .padding-100 {
    padding-top: 60px; }

  /*sub-navTop*/
  .sub-navTop {
    height: auto;
    background: #103754;
    background-image: none !important; }
    .sub-navTop .social {
      margin: 20px 0;
      margin-top: 30px;
      margin-bottom: 15px; }
      .sub-navTop .social ul {
        justify-content: flex-start; }

  /*navbar*/
  .navbar {
    box-shadow: none;
    background: #fff;
    height: auto; }
    .navbar li a {
      color: #103754 !important;
      padding: 8px 10px; }
    .navbar .navbar-brand .logo-white {
      display: none !important; }
    .navbar .navbar-brand .logo-base {
      display: block !important; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block;
    background: #103754; }
    .navbar-toggle .icon-bar {
      background: #fff; }

  .navbar-collapse {
    background: #fff;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }
    .navbar-collapse.collapse.in {
      display: block !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .parallax-demo .intro h2, .particles-demo .intro h2, .video-demo .intro h2 {
    font-size: 50px; }

  /*features*/
  .features {
    height: auto; }
    .features img {
      display: none; }
    .features ul li {
      width: 100%; }

  /*portfolio*/
  .portfolio .portfolio-filter ul {
    justify-content: space-between; }
  .portfolio .portfolio-masonry .grid-item {
    width: 50%; }

  /*testimonials*/
  .client-testimonials .comment .testi {
    margin-right: 20px; }

  /*team*/
  .team .team-member {
    margin-bottom: 20px; }

  /*blog*/
  .blog .single-news {
    margin-bottom: 20px; }

  /*contact-us*/
  .contact-us .contact-me {
    padding: 30px 10px; }
  .contact-us .info {
    margin-top: 20px; }

  .copyright span {
    float: none !important; } }

/*# sourceMappingURL=style.css.map */
